home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / djapi / readme.txt < prev   
Encoding:
Text File  |  1999-09-06  |  1.9 KB  |  48 lines

  1. ------------------------------------------------------------------------------
  2.  Visual Basic API Library Control v1.0 (DJApi.ocx)
  3.  -----------------------------------------------------
  4.  Copyright (c) DJ's Computer Labs, 1999.
  5.  http://www.toolcity.net/~djcomlab
  6.  djcomlab@yahoo.com
  7.  -----------------------------------------------------
  8.  Control created with Visual Basic 6 pre-Service Pack 1
  9.  Requires: VB6 runtime DLLs
  10.  -----------------------------------------------------
  11.  
  12.  Use of this control:
  13.  --------------------
  14.  1.    You may freely use and distribute the DJApi.ocx in your own
  15.        programs with the understanding that you are responsible for such
  16.        programs and that you hold myself (the original author) harmless
  17.        from any resulting liabilities.  If you want to give me a plug as
  18.        author of the control in any documentation, I won't complain.
  19.  
  20.  2.    This control is freeware and I do not guarantee that it will perform
  21.        perfectly under all conditions, nor do I guarantee support.  Send all
  22.        inquiries and bug reports to djcomlab@yahoo.com and I will do my best
  23.        to provide support.
  24.  
  25.  
  26.  Description:
  27.  ------------
  28.  A common API library control. Methods include SetParent, GetParent,
  29.  SetWindowPos, GetWindowRect, GetComputerName, DisableSystemKeys, ShowTaskBar,
  30.  LockToggle, and DisableClose. Most methods use only 1 API call, while others
  31.  use 2,3, or 4 distinct calls.
  32.  
  33.  Originally made with VB6, but with minor changes to the project source file 
  34.  it can work in VB5.
  35.  
  36.  Resources:
  37.  1. Windows 95 API Guide
  38.     http://members.aol.com/Borg953/api/index.html
  39.  
  40.  2. Visual Basic API Tips and Tricks
  41.     http://www.vb-world.net/tips/api.html
  42.  
  43.  I do not guarantee support of this control; however, if you find a bug or
  44.  would like to see a feature added then email me.  I will do my best to fix
  45.  any problems and to add any features when requested.
  46.  
  47.  
  48.